Improve the wording of the doc comment. (#172422, Vincent Untz)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 4 Apr 2005 21:06:08 +0000 (21:06 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 4 Apr 2005 21:06:08 +0000 (21:06 +0000)
2005-04-04  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve
the wording of the doc comment.  (#172422, Vincent Untz)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkwidget.c

index c5d848b225a0b9113b3e506fc531739bde4dd9a4..5130d28ac5b847c22573e86a2d05a95a5bd7ad9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve 
+       the wording of the doc comment.  (#172422, Vincent Untz)
+
 2005-04-04  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkstyle.c (gtk_default_draw_expander): Covert expander
index c5d848b225a0b9113b3e506fc531739bde4dd9a4..5130d28ac5b847c22573e86a2d05a95a5bd7ad9e 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve 
+       the wording of the doc comment.  (#172422, Vincent Untz)
+
 2005-04-04  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkstyle.c (gtk_default_draw_expander): Covert expander
index c5d848b225a0b9113b3e506fc531739bde4dd9a4..5130d28ac5b847c22573e86a2d05a95a5bd7ad9e 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve 
+       the wording of the doc comment.  (#172422, Vincent Untz)
+
 2005-04-04  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkstyle.c (gtk_default_draw_expander): Covert expander
index 1d04d339e62991d142f9f79b889d0ab97e92c1a1..4bc6e3e9c2bbe3683193376dd177b50e2d623225 100644 (file)
@@ -4255,8 +4255,8 @@ gtk_widget_set_double_buffered (GtkWidget *widget,
  *   when it is allocated to a new size. Otherwise, only the
  *   new portion of the widget will be redrawn.
  *
- * Sets whether a when a widgets size allocation changes, the entire
- * widget is queued for drawing. By default, this setting is %TRUE and
+ * Sets whether the entire widget is queued for drawing when its size 
+ * allocation changes. By default, this setting is %TRUE and
  * the entire widget is redrawn on every size change. If your widget
  * leaves the upper left unchanged when made bigger, turning this
  * setting on will improve performance.